##Events

##This event is triggered when a player spawns for the first time (i.e. after the loading screen)
@OnPlayerSpawn /say @%name% Hello %name%, welcome to %serveroption.shortname%. There are currently %playercount% players online!

##This event is triggered whenever a player dies (unless he was killed by another player)
@OnPlayerDeath /say <color=red>Player %name% died...</color>

##This event is triggered when a player kills another player
@OnPlayerKilledPlayer /say <color=red>%killer% killed %name% with %item%</color>
@OnPlayerKilledPlayer /yell @%killer% <color=red>%name% killed!</color>


##Messages-of-the-day
@23h /say We will Reboot The Server In Just One Hour


##Restart handling
@+23h30m /say Warning: Server restarts in 30 minutes!
@+23h45m /say Warning: Server restarts in 15 minutes!
@+23h50m /yell Server restarts in 10 minutes!
@+23h55m /yell Server restarts in 5 minutes!
@+23h57m /yell Server restarts in 3 minutes!
@+23h58m /kickall Server restart
@+23h59m /saveall

